Description | : Creates a new room. |
Reference | : Link ¶ |
⚼ Request
POST:
/rooms
{
api-version:
string
,
Repeatability-Request-ID:
string
,
Repeatability-First-Sent:
string
,
createRoomRequest:
}
{
,
validFrom:
string
,
validUntil:
string
,
pstnDialOutEnabled:
boolean
,
participants:
object
,
}
⚐ Response (201)
{
id:
string
,
createdAt:
string
,
validFrom:
string
,
validUntil:
string
,
pstnDialOutEnabled:
boolean
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
string
,
}